cmake $<OUTPUT_CONFIG> examples

scylladb/scylladb dist/CMakeLists.txt :55

add_custom_command(
  OUTPUT "${iotune_dst}"
  COMMAND ${CMAKE_COMMAND} -E copy "${iotune_src}" "${iotune_dst}"
  DEPENDS $<OUTPUT_CONFIG:${iotune_src}>)